home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flyinf.dir / 00021_n.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  533 b   |  19 lines

  1. on mouseDown
  2.   global gMovNo
  3.   if the castNum of sprite 15 <> 11 then
  4.     exit
  5.   end if
  6.   if the doubleClick then
  7.     exit
  8.   end if
  9.   set the castNum of sprite 14 to 42
  10.   set the controller of cast gMovNo to 0
  11.   set the video of cast gMovNo to 0
  12.   set the castNum of sprite 10 to the number of cast getAt(FlyList, 5) + 20
  13.   set LtxtNo to the number of cast getAt(FlyList, 5) + 90
  14.   set the castNum of sprite 11 to LtxtNo
  15.   set the castNum of sprite 8 to 23
  16.   set the castNum of sprite 7 to 22
  17.   set the castNum of sprite 6 to 31
  18. end
  19.